projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
633bb8a
)
Comment change.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 20 Jan 2006 01:21:18 +0000
(
01:21
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 20 Jan 2006 01:21:18 +0000
(
01:21
+0000)
lisp/outline.el
patch
|
blob
|
history
diff --git
a/lisp/outline.el
b/lisp/outline.el
index 8baa9f102ea13bb0be64749fe63525b332c97a77..eed84bd61c7bccacd00460ce0542c4344b12221e 100644
(file)
--- a/
lisp/outline.el
+++ b/
lisp/outline.el
@@
-807,6
+807,7
@@
Show the heading too, if it is currently invisible."
(interactive)
(save-excursion
(outline-back-to-heading)
+;; Turned off to fix bug reported by Otto Maddox on 22 Nov 2005.
;; (outline-end-of-heading)
(hide-region-body (point) (progn (outline-end-of-subtree) (point)))))